home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN00.DIR / 00007_Script_7 < prev    next >
Text File  |  1995-05-17  |  577b  |  29 lines

  1. on enterframe
  2.   
  3.   if rollover(43) then
  4.     set the visibility of sprite 43 = true
  5.   else
  6.     set the visibility of sprite 43 = false
  7.   end if
  8.   
  9.   if rollover(44) then
  10.     set the visibility of sprite 44 = true
  11.   else
  12.     set the visibility of sprite 44 = false
  13.   end if
  14.   
  15.   if rollover(45) then
  16.     set the visibility of sprite 45 = true
  17.   else
  18.     set the visibility of sprite 45 = false
  19.   end if
  20.   
  21.   if rollover(47) then
  22.     set the visibility of sprite 47 = true
  23.   else
  24.     set the visibility of sprite 47 = false
  25.   end if
  26.   
  27. end enterframe
  28.  
  29.